@charset "utf-8";
/*!
 * strong
 */
 
/* ----- Reset ------ */
html, body{ height:100%; }
html{ font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, legend{ margin:0; padding:0; }
body{ font-family:"microsoft yahei", Verdana, Geneva, sans-serif; font-size:12px; line-height:1.42857143; color:#333; background-color:#fff; }
a{ color:#666; text-decoration:none; }
a:hover{ color:#0ba29a; text-decoration:none; }
a:active, a:hover{ outline:0; }
a, input, select, .btn, .search-keyword{ -webkit-transition:background 0.5s ease; -moz-transition:background 0.5s ease; -o-transition:background 0.5s ease; transition:background 0.5s ease; -webkit-transition:border 0.5s ease; -moz-transition:border 0.5s ease; -o-transition:border 0.5s ease; transition:border 0.5s ease; }
.need,.red,.error{ color:#f00; }

b, strong{ font-weight:bold; }

ul, li{ list-style:none; }
fieldset{ border:none; }

/*--size--*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ color:inherit; font-family:inherit; font-weight:500; line-height:1.1; }
h1, .h1{ font-size:36px; }
h2, .h2{ font-size:30px; }
h3, .h3{ font-size:24px; }
h4, .h4{ font-size:18px; }
h5, .h5{ font-size:14px; }
h6, .h6{ font-size:12px; }

/*--元素指定的任何内边距和边框都将在已设定的宽度和高度内进行绘制--*/
*{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
*:before, *:after{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }


/*----*/
table{ border-collapse:collapse; border-spacing:0; }
td, th{ padding:0; }

.clearfix:before, .clearfix:after, .container:before, .container:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after{ content:" "; display:table; }
.clearfix:after, .container:after, .navbar:after, .navbar-header:after{ clear:both; }

.fl, .pull-left{ float:left; }
.fr, .pull-right{ float:right; }
.fc{ margin:0 auto; }

/*--button/input--*/
button, input, optgroup, select, textarea{ color:inherit; margin:0; font-family:inherit; font-size:inherit; line-height:inherit; }
button{ overflow:visible; }
button, select{ text-transform:none; }
button, html input[type="button"], input[type="reset"], input[type="submit"]{ -webkit-appearance:button; cursor:pointer; }
button[disabled], html input[disabled]{ cursor:default; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }

/*--input--*/
/*input[type="button"], html input[type="button"], input[type="reset"], input[type="submit"]{ border:none; padding:0; background:none; height:auto; }*/
input, input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select{ background-color:#fff; border:1px solid #ddd; box-shadow:0 1px 2px #efefef; border-radius:2px; height:30px; line-height:19px; padding:3px 9px; outline:none; color:#475055; font:13px/19px "Microsoft yahei", Helvetica, Arial, sans-serif !important; font-weight:normal!important; font-style:normal!important; max-width:100%; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

input:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus{ border:1px solid #b95400; box-shadow:0 1px 1px #e0e0e0; outline:0; }

input[disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled]{ background-color:#ddd; }
input[type="image"]{ width:auto; }
input[type="checkbox"], input[type="radio"]{ height:auto; }
select{ padding-top:0px; padding-bottom:0px; padding-right:0; /*height:auto;*/ line-height:normal !important; }

/*--button--*/
.btn{ display:inline-block; margin-bottom:0; font-weight:normal; text-align:center; vertical-align:middle; touch-action:manipulation; cursor:pointer; background-image:none; border:1px solid transparent; white-space:nowrap; padding:4px 15px; font-size:14px; line-height:1.42857143; border-radius:3px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{ outline:thin dotted; outline:5px auto -webkit-focus-ring-color; outline-offset:-2px; }
.btn:hover, .btn:focus, .btn.focus{ color:#333333; text-decoration:none; }
.btn:active, .btn.active{ outline:0; background-image:none; -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{ cursor:not-allowed; pointer-events:none; opacity:0.65; filter:alpha(opacity=65); -webkit-box-shadow:none; box-shadow:none; }

/*--gray--*/
.btn{ color:#333333; background-color:#fcfcfc; border-color:#ddd; }
.btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active, .open > .dropdown-toggle.btn{ color:#333333; background-color:#eee; border-color:#ccc; }
.btn:active, .btn.active, .open > .dropdown-toggle.btn{ background-image:none; }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover, .btn.disabled:focus, .btn[disabled]:focus, fieldset[disabled] .btn:focus, .btn.disabled.focus, .btn[disabled].focus, fieldset[disabled] .btn.focus, .btn.disabled:active, .btn[disabled]:active, fieldset[disabled] .btn:active, .btn.disabled.active, .btn[disabled].active, fieldset[disabled] .btn.active{ background-color:#ffffff; border-color:#ddd; }
.btn .badge{ color:#ffffff; background-color:#333333; }

/*--blue--*/
.btn-primary{ color:#ffffff; background-color:#7597ba; border-color:#7597ba; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{ color:#ffffff; background-color:#577aa3; border-color:#577aa3; }
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{ background-image:none; }
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{ background-color:#577aa3; border-color:#577aa3; }
.btn-primary .badge{ color:#577aa3; background-color:#ffffff; }

/*--green--*/
.btn-success{ color:#ffffff; background-color:#6cbf6c; border-color:#5cb85c; }
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{ color:#ffffff; background-color:#53af53; border-color:#469846; }
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{ background-image:none; }
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active{ background-color:#6cbf6c; border-color:#4cae4c; }
.btn-success .badge{ color:#6cbf6c; background-color:#ffffff; }

/*--qing--*/
.btn-info{ color:#ffffff; background-color:#5bc0de; border-color:#46b8da; }
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{ color:#ffffff; background-color:#31b0d5; border-color:#269abc; }
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{ background-image:none; }
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active{ background-color:#5bc0de; border-color:#46b8da; }
.btn-info .badge{ color:#5bc0de; background-color:#ffffff; }

/*--yellow--*/
.btn-warning{ color:#ffffff; background-color:#f19900; border-color:#eb9500; }
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning{ color:#ffffff; background-color:#eb9500; border-color:#d58512; }
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning{ background-image:none; }
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active{ background-color:#f19900; border-color:#eb9500; }
.btn-warning .badge{ color:#f19900; background-color:#ffffff; }

/*--red--*/
.btn-danger{ color:#ffffff; background-color:#d9534f; border-color:#d43f3a; }
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{ color:#ffffff; background-color:#c9302c; border-color:#ac2925; }
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{ background-image:none; }
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active{ background-color:#d9534f; border-color:#d43f3a; }
.btn-danger .badge{ color:#d9534f; background-color:#ffffff; }

/*--link--*/
.btn-link{ color:#36c; font-weight:normal; border-radius:0; padding-top:0; padding-bottom:0; font-size:100%; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link{ background-color:transparent; -webkit-box-shadow:none; box-shadow:none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active{ border-color:transparent; }
.btn-link:hover, .btn-link:focus{ color:#2a6496; text-decoration:underline; background-color:transparent; }
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus{ color:#777777; text-decoration:none; }
/*--daxiao--*/
.btn-lg{ padding:10px 40px; font-size:18px; line-height:1.33; border-radius:3px; }
.btn-sm{ padding:5px 30px; font-size:16px; line-height:1.5; border-radius:3px; }
.btn-ls{ font-size:13px; }
.btn-xs{ padding:1px 8px; font-size:12px; line-height:1.5; border-radius:3px; }
.btn-block{ display:block; width:100%; }
.btn-block + .btn-block{ margin-top:5px; }
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block{ width:100%; }

/*--icon--*/
.icon-add{ background:url('../images/icon-add.png') left center no-repeat; padding-left:16px; }
.icon-del{ background:url('../images/icon-del.png') left center no-repeat; padding-left:16px; }
.icon-search{ background:url('../images/search.png') left center no-repeat; background-size:auto 75%; padding-left:19px; }

/*--wrap--*/
.wrap{ min-height:500px; width:100%; min-width:1220px; overflow:visible; position:relative; margin:0 auto; }

/*--container--*/
.container{ margin-right:auto; margin-left:auto; padding-left:10px; padding-right:10px; width:1240px; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{ float:left; position:relative; min-height:1px; }
.col-12{ width:100%; }
.col-11{ width:91.66666667%; }
.col-10{ width:63.33333333%; }
.col-9{ width:75%; }
.col-8{ width:55.66666667%; }
.col-7{ width:58.33333333%; }
.col-6{ width:50%; }
.col-5{ width:41.66666667%; }
.col-4{ width:33.33333333%; }
.col-3{ width:25%; }
.col-2{ width:16.66666667%; }
.col-1{ width:18.33333333%; }

/*--navbar--*/
.navbar{ position:relative; min-height:50px; background:#fff; z-index:9; }
.wrap-subpage .navbar{ /*background:#ebebeb;*/ }

/*--logo--*/
.navbar-brand{ float:left; padding:15px 0; font-size:18px; line-height:20px; height:80px; -webkit-transition:all 0s ease; -moz-transition:all 0s ease; -o-transition:all 0s ease; transition:all 0s ease; }
.navbar-brand:hover, .navbar-brand:focus{ text-decoration:none; }
.navbar-brand > img{ display:block; }
/*--navbar-collapse--*/
.navbar-header{ width:100%; overflow:visible; background:url('../images/headerBg.png') left top no-repeat; }

/*reg-login*/
.reg-login{ width:140px; padding-top:20px; }
.reg-login li{ width:50%; float:left; text-align:right; }

/*--nav--*/
.navbar-nav{ height:80px; line-height:80px; }
.navbar-nav ul.navitems{ display:table; padding-left:70px; }
.navbar-nav ul.navitems > li{ float:left; height:80px; line-height:80px; margin-right:1px; }
.navbar-nav ul.navitems li{ position:relative; z-index:999; }
.navbar-nav ul.navitems > li a{ padding:0px 30px; display:block; color:#333; text-transform:capitalize; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; font-size:18px; }
.navbar-nav ul.navitems li > a:hover{ color:#0ba29a; text-decoration:none; }
.navbar-nav ul.navitems > li.active > a{ color:#0ba29a; }

/*-subnav-*/
.navbar-nav ul ul.subnav-items{ width:300px; height:auto; padding:0; line-height:38px; background:#f5f5f5; position:absolute; top:80px; left:0px; z-index:99; display:none; }
.navbar-nav ul ul.subnav-items > li{ width:100%; float:left; padding-bottom:1px; line-height:38px; position:relative; z-index:1; }
.navbar-nav ul ul.subnav-items > li:last-child{ padding-bottom:0; }
.navbar-nav ul ul.subnav-items > li a{ font-size:16px; padding:0px 20px; height:38px; line-height:38px; overflow:hidden; display:block; color:#333; width:100%; -webkit-transition:all 0.7s ease; -moz-transition:all 0.7s ease; -o-transition:all 0.7s ease; transition:all 0.7s ease; }
.navbar-nav ul ul.subnav-items li a:hover{ background:#0ba29a; color:#fff; text-decoration:none; }
.navbar-nav ul ul.subnav-items > li.active > a{ background:#0ba29a; color:#fff; }


/*-search-*/
.search, .search-from{ position:relative; display:table; }
.search{ height:80px; padding:28px 0 0; }
.search-from{ width:148px; float:right; }
.search-from .search-keyword{ float:left; border:solid 1px #898888; border-right:none; border-radius:3px 0 0 3px; overflow:hidden; position:relative; width:76%; }
.search-from .search-keyword:hover, .search-from .search-btn .btn:hover{ border-color:#0ba29a; }
.search-from .search-keyword input, .search-from .search-keyword select{ border:none; box-shadow:none; background:none; width:100%; height:auto; }
.search-from .search-keyword input{ height:22px; }
.search-from .search-btn{ float:left; width:24%; }
.search-from .search-btn .btn{ width:92%; height:24px; padding:0; border:solid 1px #898888; border-radius:0 3px 3px 0; font-size:17px; background:none; border-left:none; }
.search-from .search-btn .btn span{ display:block; margin:0 auto; background:url('../images/search.png') center no-repeat; width:16px; text-indent:-9999em; }


/*--breadcrumb--*/
.breadcrumb{ padding:10px 0; list-style:none; width:100%; display:table; height:23px; line-height:23px; }
.breadcrumb > li{ display:inline-block; color:#666; }
.breadcrumb > li + li + li:before{ content:">\00a0"; padding:0 3px; color:#ccc; }
.breadcrumb > .active{ color:#0ba29b; }
.breadcrumb > li > .close{ background:url("../images/bookIcons.png") 2px -143px no-repeat; display:inline-block; width:16px; height:16px; vertical-align:top; border-radius:2px; margin:4px 0 0 4px; }
.breadcrumb > li > .close:hover{ background-position:2px -161px; background-color:#e4393c; }
.breadcrumb-right{ padding-left:11px; width:100%; display:table; border-bottom:solid 1px #ddd; margin-bottom:-1px; }


/*--分页--*/
.search_page{ clear:both; text-align:center; padding:30px 0; color:#555; }
.search_page a, .search_page b, .search_page span{ display:inline-block; text-align:center; background:#fff; border:1px solid #eee; font-size:13px; color:#5d5d5d; padding:7px 15px; margin-left:1px; }
.search_page a:hover, .search_page a.active, .search_page b{ background:#7597ba; border:1px solid #7591ae; color:#fff; text-decoration:none; }
.search_page span{ color:#999; background:#f5f5f5; }
/*--*/
.page_small{ padding:0px; }
.page_small a, .page_small b, .page_small span{ font-size:12px; padding:0px 10px; }

/*--main--*/
.main{ margin:0 auto; overflow:hidden; }

/*--首页--*/
.h-slider, .sub-slider{ width:100%; height:auto; overflow:hidden; margin:0 auto; position:relative; }
.h-slider { height:400px; }
/*焦点图*/
.s-focus, .s-focus img, .rslides, .rslides li{ width:100%; height:100%; }
.s-focus { overflow:hidden; }
.rslides { position:relative; list-style:none; padding:0; }
.rslides li a { display: block; background: #ccc; width: 100%; height: 100%; background-size: cover; background-position: center center;}
.rslides_nav { height:64px; width:64px; position:absolute; -webkit-tap-highlight-color:rgba(0,0,0,0); top:50%; left:0; opacity:0.5; text-indent:-9999px; overflow:hidden; text-decoration:none; background:url('../images/i.png') no-repeat 0 0; margin-top:-28px; }
.rslides_nav:active { opacity:1.0; }
.rslides_nav.next { left:auto; background-position:-126px 0; right:0; }

.rslides_tabs{ width:100%; height:48px; line-height:48px; position:absolute; bottom:0; left:0px; right:0px; margin:0 auto; text-align:center; background:url('../images/sliderbg.png') left top repeat; }
.rslides_tabs li{ display:inline-block; margin-left:8px; margin-right:8px; height:48px; line-height:8px; padding-top:20px; }
.rslides_tabs a{ text-indent:-9999px; overflow:hidden; background:rgba(0,0,0, .2); background:#ddd; display:inline-block; width:8px; height:8px; border-radius:50%; }
.rslides_tabs .rslides_here a{ background:#fff; }



/*-产品-*/
.products-h{ width:100%; overflow:hidden; padding-top:20px; padding-bottom:40px;  }
.products-h .menuTitle .infomore{ font-size:17px; color:#999; }
.products-h .menuTitle .infomore:hover{ color:#0ba29a; }
.p-list, .p-items{ width:100%; overflow:hidden; }
.p-items{ padding-top:5px; }
.p-items li:first-child .p-contentBox{ float:left; }
.p-items li:last-child .p-contentBox{ float:right; }
.p-contentBox{ width:380px; height:240px; position:relative; padding-bottom:4px; background:url('../images/cpline.png') center bottom no-repeat; margin:0 auto; }
.p-contentBox > img{ width:100%; height:100%; }
.p-contentBox .p-conInfo{ position:absolute; z-index:2; width:100%; padding:10px 15px; height:76px; bottom:4px; }
.p-contentBox .p-conInfo .p-conTit, .p-contentBox .p-conInfo .p-conArt{ font-size:18px; color:#333; line-height:32px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.p-contentBox .p-conInfo .p-conArt{ display:block; font-size:12px; color:#666; line-height:20px; }
.p-contentBox .p-conInfo .p-conMore{ background:#0ba29a; color:#fff; font-size:14px; position:absolute; right:0; top:0; width:88px; height:30px; line-height:30px; text-align:center; }
.p-contentBox .p-conInfo .p-conMore:hover{ background:#28b8b0; }
.p-contentBox .p-conBg{ overflow:hidden; background:#fff; opacity:0.8; width:100%; height:76px; position:absolute; bottom:4px; left:0; right:0; z-index:1; }


/*--子页--*/
.wrap-subpage{ background:url('../images/subpagebg.png') center top no-repeat; }
.sub-slider{ height:246px; }
.wrap-subpage > .main{ padding-bottom:120px; }
.wrap-subpage .b-mainBg{ background:#fff; box-shadow:0 8px 12px #bbb; overflow:hidden; height:auto; padding-bottom:78px; }

.wrap-subpage .b-mainBg .col-3{ width:28%; }
.wrap-subpage .b-mainBg .col-9{ width:72%; }


/*-左侧菜单-*/
.sidebar{ overflow:visible; display:table; width:240px; margin-left:70px; margin-top:25px; }
.sidebar-menu{ padding:10px 0; overflow:visible; width:100%; }
.menuTitle{ position:relative; margin-bottom:10px; width:100%; display:table; }
.wrap-subpage .menuTitle{ margin-bottom:20px; }
.menuTitle h5, .menuTitle-tabs h5.active{ font-size:24px; color:#666; position:relative; display:inline-block; padding:6px 3px 8px; cursor:text; }
.menuTitle .infomore{ float:right; display:inline-block; padding-top:7px; padding-right:7px; font-size:12px; line-height:20px; }
.sidebar-menu .menuTitle h5{ border-bottom:solid 4px #e7e7e7; color:#333; width:100%; line-height:40px; }
.sidebar-menu .menuitems ul{ padding:0px; margin:0px; display:table; width:100%; }
.sidebar-menu .menuitems ul li{ height:40px; line-height:40px; width:100%; overflow:visible; position:relative; color:#333; margin-bottom:14px; font-size:18px; }
.sidebar-menu .menuitems ul li.more{ padding-left:0px; }
.sidebar-menu .menuitems ul li a{ font-size:17px; padding-left:20px; padding-right:3px; display:block; position:relative; background:#e7e7e7; text-decoration:none; border-radius:5px; }
.sidebar-menu .menuitems ul li.active a, .sidebar-menu .menuitems ul li a:hover{ background:#0ba29a; color:#fff; overflow:visible; }
.sidebar-menu .menuitems ul li.more a{ color:#333; }
.sidebar-menu .menuitems ul li.more a:hover{ color:#e7604a; }
.sidebar-menu .menuitems ul li a span{ display:inline-block; padding-left:10px; font-size:12px; color:#ccc; }
.sidebar-menu .menuitems ul li a i{ font-style:normal; font:500 12px/14px consolas; position:absolute; top:6px; right:10px; width:4px; height:14px; z-index:1; }

/*-内容-*/
.con-botLine{ width:100%; overflow:hidden; height:4px; background:#0ba29a; position:relative; }
.con-botLine:after{ content:""; position:absolute; width:341px; height:4px; background:#f8b62b; left:0; top:0; }

.con-article{ overflow:hidden; position:relative; font-size:14px; line-height:30px; word-break:break-all; word-wrap:break-word; border-left:solid 1px #d6d6d6; min-height:700px; padding:30px; }
.con-article.p-l-r{ padding-left:55px; padding-right:55px; }
.con-article .a-bread{ border-bottom:solid 4px #e7e7e7; height:63px; line-height:63px; padding-top:12px; }
.con-article .m-title{ font-size:24px; color:#333; padding:10px 0 15px; line-height:40px; border-bottom:solid 1px #e2e2e2; margin-bottom:30px; }
.con-article .t-summary{ font-size:14px; line-height:26px; color:#666; margin-bottom:30px; }
.con-article .a-title{ text-align:center; font-size:24px; color:#333; padding:35px 0 30px; line-height:35px; }
.con-article .a-article{ width:100%; font-size:14px; line-height:30px; word-break:break-all; word-wrap:break-word; color:#666; }
.con-article .a-article strong{ display:inline-block; margin-bottom:5px; color:#333; }
.con-article .a-article p{ padding-bottom:10px; }
.con-article .a-article h4{ font-size:18px; line-height:30px; color:#333; padding-bottom:10px; font-weight:500; }
.con-article .a-article blockquote { padding:0 0 0 10px; margin:0 0 10px; font-size:16px; line-height:20px; border-left:5px solid #999; color:#333; font-weight:700; }
.con-article .a-article blockquote p:last-child{ padding-bottom:0; }

.con-article .a-article .explanation{ font-size:15px; color:#0ba29b; margin-top:30px; }

.con-article table{ border-bottom:solid 1px #eee; border-right:solid 1px #eee; margin-top:10px; }
.con-article table th, .con-article table td{ border-left:solid 1px #eee; border-top:solid 1px #eee; padding:8px 12px; }

.con-article .a-back{ font-size:20px; color:#9a9a9a; margin-top:60px; }
.con-article .a-back a{ color:#9a9a9a; }
.con-article .a-back a:hover{ color:#0ba29b; }

/*-分享-*/
.a-share{ width:100%; overflow:hidden; border-top:solid 1px #d6d6d6; height:90px; color:#666; padding-top:10px; margin-top:100px; }
.s-itemBtn, .s-itemPage{ width:100%; }
.s-itemBtn > span{ display:inline-block; height:20px; padding-left:5px; padding-right:10px; vertical-align:middle; }
.s-itemBtn > span img{ max-height:100%; }

.s-itemPage{ text-align:right; color:#666; }
.s-itemPage span{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-left:20px; }
.s-itemPage a{ color:#0ba29a; }


/*--产品中心--*/
.products-list{ width:100%; overflow:hidden; padding-bottom:10px; }
.products-list .products-items{ width:100%; display:table; }
.products-list ul li{ position:relative; padding:10px; float:left; text-align:center; }
.products-list ul li a, .products-list ul li span{ display:block; }
.products-list ul li span{ height:160px; background:#f4f4f4; line-height:160px; overflow:hidden; }
.products-list ul li span i{ display:inline-block; height:100%; vertical-align:middle; width:0; overflow:hidden; }
.products-list ul li img{ width:100%; max-height:100%; vertical-align:middle; }
.products-list ul li h3{ font-size:18px; line-height:30px; padding-top:10px; }

/*-地图-*/
.d-sitemap{ width:100%; overflow:hidden; }
.d-sitemap dl{ width:20%; float:left; overflow:hidden; min-height:300px; }
.d-sitemap dt, .d-sitemap dd{ width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.d-sitemap dt{ font-weight:700; font-size:16px; color:#333; line-height:40px; }
.d-sitemap dt a{ color:#333; }
.d-sitemap dt a:hover{ color:#0ba29b; }
.d-sitemap dd{ height:30px; line-height:30px; color:#666; }

/*-客户-*/
.d-client{ padding-top:40px; padding-bottom:160px; margin-left:-30px; width:auto; }
.d-client dl{ border-left:solid 1px #d6d6d6; border-right:solid 1px #d6d6d6; margin-left:-1px; }
.d-client dl:last-child{ border-right:none; }
.d-client dd{ height:40px; line-height:40px; padding-left:35px; font-size:14px; }

/*--产品详细--*/
.solutionsBox{ width:100%; padding:10px 0; min-height:550px; }
.solutionsBox .sol_ban{ display:block; padding:10px; background:#f7f7f7; }
.solutionsBox .sol_ban img{ display:block; width:100%; }
.solutionsBox .sol_ban .btmBg{ display:block; width:100%; }
.solutionsBox .fycArea{ display:block; width:100%; }
.solutionsBox .fycArea .fyBox{ margin-bottom:10px; color:#666; }
.solutionsBox .fycArea .fyBox .h6_tit{ padding:0 25px; background:#f4f4f4 ; font-size:18px; line-height:46px; color:#0ba29b; font-weight:normal; cursor:pointer; }
.solutionsBox .fycArea .fyBox .h6_tit .xlIco{ float:right; display:block; width:22px; height:12px; overflow:hidden; margin-top:17px; background:url('../images/xDown.png') center no-repeat; background-repeat:no-repeat; background-position:0 0; -webkit-transition:0.5s all ease; -moz-transition:0.5s all ease; -ms-transition:0.5s all ease; -o-transition:0.5s all ease; transition:0.5s all ease; }
.solutionsBox .fycArea .ac .h6_tit .xlIco{ background:url('../images/xUp.png') center no-repeat; }
.solutionsBox .fycArea .fyBox .fyCont{ padding:10px; word-break:break-all; word-wrap:break-word; width:100%; overflow:hidden; display:table; }
.solutionsBox .fycArea .fyBox .fyBoxCont{ width:100%; display:none; }
.solutionsBox .fycArea .fyBox .fyCont p{ padding:7px 0; font-size:14px; line-height:24px; color:#666; }
.solutionsBox .fycArea .fyBox .fyCont p .o_c{ display:inline-block; margin-bottom:10px; color:#ed6b06; font-weight:bold; font-style:normal; }
.solutionsBox .fycArea .fyBox .fyCont .a-title{ text-align:left; font-size:22px; padding-top:25px; padding-bottom:15px; }
.solutionsBox .fycArea .fyBox .fyCont .a-article h4{ font-size:14px; font-weight:700; color:#333; margin-top:20px; padding-bottom:0; }
.solutionsBox .fycArea .fyBox .fyCont .a-article h4 strong{ color:#0ba29a; }
.solutionsBox .fycArea .fyBox .fyCont ul{ padding:10px 0; }
.solutionsBox .fycArea .fyBox .fyCont ul li{ color:#686868; }
.solutionsBox .fycArea .fyBox .fyCont ul li p{ padding:0; color:#686868; }
.solutionsBox .fycArea .fyBox .fyCont ul li p a{ color:#ed6b06; }


/*产品信息*/
.products-photos{ width:95%; }
.products-photos .p-pBig{ width:100%; height:430px; margin-top:25px; }
.products-photos .p-list{ width:100%; overflow:hidden; padding-bottom:10px; }
.products-photos .p-list .p-items{ margin:0 -10px; width:auto; }
.products-photos .p-list ul li{ position:relative; padding:10px; float:left; text-align:center; }
.products-photos .p-list ul li a, .products-photos .p-list ul li span{ display:block; }
.products-photos .p-list ul li span{ height:130px; background:#f4f4f4; line-height:130px; overflow:hidden; }
.products-photos .p-list ul li span i{ display:inline-block; height:100%; vertical-align:middle; width:0; overflow:hidden; }
.products-photos .p-list ul li img{ width:100%; max-height:100%; vertical-align:middle; }



.solutionsBox .fycArea .fyBox .a-content{ padding-left:15px; overflow:hidden; }

/*技术数据*/
.connect{ padding:10px; }
.connect dl{ width:100%; }
.connect dl dt{ padding-bottom:5px; font-size:14px; line-height:24px; color:#333; font-weight:bold; margin-top:35px; }
.connect dl:first-child dt{ margin-top:0; }
.connect dl dd{ border-bottom:solid 1px #cacaca; height:40px; line-height:40px; }
.connect dl dd strong{ display:inline-block; font-weight:400; width:500px; }

/*相关配件*/
.solutionsBox .fycArea .fyBox .products-list ul li{ width:20%; }
.solutionsBox .fycArea .fyBox .products-list ul li span{ height:226px; line-height:226px; }
.solutionsBox .fycArea .fyBox .products-list ul li img{ width:auto; height:auto; }

/*--没找到内容--*/
.notFound{ text-align:center; font-size:18px; padding:50px 0; line-height:35px; color:#e7604a; }

/*--footer--*/
.footer{ font-size:12px; color:#333; width:100%;  }
.footer dl{ padding:0; overflow:hidden; }
.footer dl.p-l-r{ padding-left:40px; padding-right:40px; *width:77%; }
.footer dl dt{ font-size:18px; height:50px; line-height:50px; border-bottom:dotted 1px #999; margin-bottom:10px; }
.footer dl dd{ width:100%; overflow:hidden; line-height:24px; color:#666; }
.footer dl dd ul{ float:left; width:14.28571428571429%; }
.footer dl dd ul li:first-child, .footer dl dd ul li:first-child a{ color:#0ba29a; }
.footer .copyright{ background:#424242; height:52px; line-height:52px; color:#eee; font-size:12px; margin-top:35px; }
.footer .copyright span{ display:inline-block; }

/*--ie9以下提示--*/
.ie-warning{ position:fixed; top:0; left:0; z-index:999999; width:100%; height:100%; text-align:center; background-color:#333; color:#fff; font-family:inherit; padding:50px 0; }
.ie-warning p{ font-size:17px; line-height:1.8; }
.ie-warning .iew-container{ width:100%; height:240px; padding:20px; background:#fff; margin:50px 0; }
.ie-warning .iew-download{ list-style:none; padding:30px 0; margin:0 auto; width:860px; }
.ie-warning .iew-download > li{ float:left; vertical-align:top; }
.ie-warning .iew-download > li > a{ display:block; color:#000; width:140px; font-size:15px; padding:15px 0; }
.ie-warning .iew-download > li > a > div{ margin-top:10px; }
.ie-warning .iew-download > li > a:hover{ background-color:#eee; }

/*--swiper--*/
.pc-slide {
  margin: 0 auto;
}
.view {
    width:450px;
    overflow: hidden;
}
.view .swiper-container {
  width: 100%;
  height: 430px;
}

.view .arrow-left {
  background: url(../images/index_tab_l.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
  opacity: .1;
}

.view .arrow-right {
  background: url(../images/index_tab_r.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
  opacity: .1;
}

.preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.preview .swiper-container {
  width: 430px;
  height: 120px;
  margin-left: 23px;

}

.preview .swiper-slide {
  width: 87px;
  height: 82px;
}

.preview .slide6 {
  width: 82px;
}

.preview .arrow-left {
  background: url(../images/feel3.png) no-repeat left top;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
  opacity: .3;
}

.preview .arrow-right {
  background: url(../images/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
  opacity: .3;
}

.preview img {
  padding: 1px;
}

.preview .active-nav img{
  padding: 0;
  border: 1px solid #f00;
}
.show-page{
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0BA29A;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}



.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0BA29A;
    border-color: #0BA29A
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

#qrcode img{padding: 20px;}